func runtime.runqempty
9 uses
runtime (current package)
proc.go#L2643: if spinning && !runqempty(pp) {
proc.go#L2664: if !runqempty(pp) || sched.runqsize != 0 {
proc.go#L3242: if !runqempty(p) {
proc.go#L3336: if !idlepMaskSnapshot.read(uint32(id)) && !runqempty(p2) {
proc.go#L5302: if runqempty(pp) {
proc.go#L5714: if runqempty(pp) && sched.nmspinning.Load()+sched.npidle.Load() > 0 && pd.syscallwhen+10*1000*1000 > now {
proc.go#L6099: if !runqempty(pp) {
proc.go#L6168: func runqempty(pp *p) bool {
proc.go#L6618: if p := getg().m.p.ptr(); !runqempty(p) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |